home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / dev / mui / urltext.lha / Urltext / Sources / mcc / msg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-01-25  |  423 b   |  25 lines

  1.  
  2. #ifndef EXEC_TYPES_H
  3. #include <exec/types.h>
  4. #endif
  5.  
  6. /****************************************************************************/
  7.  
  8. #define CATNAME "Urltext.catalog"
  9.  
  10. /****************************************************************************/
  11.  
  12. /*
  13.  * Codes definition
  14.  */
  15.  
  16. enum
  17. {
  18.     Msg_Send = 40,
  19.     Msg_Copy,
  20.     Msg_OpenURLPrefs,
  21. };
  22.  
  23. /****************************************************************************/
  24.  
  25.